net/http.http2serverConn.advMaxStreams (field)

4 uses

	net/http (current package)
		h2_bundle.go#L4094: 		advMaxStreams:               s.maxConcurrentStreams(),
		h2_bundle.go#L4234: 	advMaxStreams               uint32 // our SETTINGS_MAX_CONCURRENT_STREAMS advertised the client
		h2_bundle.go#L4546: 			{http2SettingMaxConcurrentStreams, sc.advMaxStreams},
		h2_bundle.go#L5577: 	if sc.curClientStreams+1 > sc.advMaxStreams {